﻿2026-09-18T11:26:58.1584371Z ##[group]Run actions/checkout@v5
2026-09-18T11:26:58.1585211Z with:
2026-09-18T11:26:58.1585619Z   fetch-depth: 2
2026-09-18T11:26:58.1586009Z   repository: BigscreenVR/spt-bs-core
2026-09-18T11:26:58.1588921Z   token: ***
2026-09-18T11:26:58.1589383Z   ssh-strict: true
2026-09-18T11:26:58.1589784Z   ssh-user: git
2026-09-18T11:26:58.1590165Z   persist-credentials: true
2026-09-18T11:26:58.1614291Z   clean: true
2026-09-18T11:26:58.1614723Z   sparse-checkout-cone-mode: true
2026-09-18T11:26:58.1615212Z   fetch-tags: false
2026-09-18T11:26:58.1615574Z   show-progress: true
2026-09-18T11:26:58.1615937Z   lfs: false
2026-09-18T11:26:58.1616276Z   submodules: false
2026-09-18T11:26:58.1616639Z   set-safe-directory: true
2026-09-18T11:26:58.1617057Z   allow-unsafe-pr-checkout: false
2026-09-18T11:26:58.1617798Z ##[endgroup]
2026-09-18T11:26:58.2410761Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-18T11:26:58.2412296Z ##[group]Getting Git version info
2026-09-18T11:26:58.2412954Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-18T11:26:58.2413907Z [command]/usr/bin/git version
2026-09-18T11:26:58.2438516Z git version 2.43.0
2026-09-18T11:26:58.2461144Z ##[endgroup]
2026-09-18T11:26:58.2468702Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0b8f8410-14e8-4a7d-99a6-3eedfd5b6ac6/.gitconfig'
2026-09-18T11:26:58.2475586Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0b8f8410-14e8-4a7d-99a6-3eedfd5b6ac6' before making global git config changes
2026-09-18T11:26:58.2476691Z Adding repository directory to the temporary git global config as a safe directory
2026-09-18T11:26:58.2478758Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-18T11:26:58.2532784Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-18T11:26:58.2550784Z https://github.com/BigscreenVR/spt-bs-core
2026-09-18T11:26:58.2561668Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-18T11:26:58.2565082Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-18T11:26:58.2582154Z HEAD
2026-09-18T11:26:58.2794250Z ##[endgroup]
2026-09-18T11:26:58.2796982Z [command]/usr/bin/git submodule status
2026-09-18T11:26:58.2979347Z ##[group]Cleaning the repository
2026-09-18T11:26:58.2982294Z [command]/usr/bin/git clean -ffdx
2026-09-18T11:26:59.5914127Z Removing target/
2026-09-18T11:26:59.5924415Z [command]/usr/bin/git reset --hard HEAD
2026-09-18T11:26:59.6010838Z HEAD is now at f8420cf7f2 Merge 71165e3540295d7b7b9af98d6e1a06163261b0cc into d0d123ddd18ea33e10f4494ba490d4aa3958c22a
2026-09-18T11:26:59.6018690Z ##[endgroup]
2026-09-18T11:26:59.6019947Z ##[group]Disabling automatic garbage collection
2026-09-18T11:26:59.6022480Z [command]/usr/bin/git config --local gc.auto 0
2026-09-18T11:26:59.6048712Z ##[endgroup]
2026-09-18T11:26:59.6050130Z ##[group]Setting up auth
2026-09-18T11:26:59.6053431Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-18T11:26:59.6079945Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-18T11:26:59.6266312Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-18T11:26:59.6292989Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-18T11:26:59.6471394Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-18T11:26:59.6496553Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-18T11:26:59.6681106Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-18T11:26:59.6712961Z ##[endgroup]
2026-09-18T11:26:59.6714615Z ##[group]Fetching the repository
2026-09-18T11:26:59.6720541Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +71165e3540295d7b7b9af98d6e1a06163261b0cc:refs/remotes/origin/main
2026-09-18T11:27:00.2026007Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-18T11:27:00.2027735Z  + d0d123ddd1...71165e3540 71165e3540295d7b7b9af98d6e1a06163261b0cc -> origin/main  (forced update)
2026-09-18T11:27:00.2050710Z ##[endgroup]
2026-09-18T11:27:00.2051302Z ##[group]Determining the checkout info
2026-09-18T11:27:00.2052771Z ##[endgroup]
2026-09-18T11:27:00.2055928Z [command]/usr/bin/git sparse-checkout disable
2026-09-18T11:27:00.2094797Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-18T11:27:00.2117963Z ##[group]Checking out the ref
2026-09-18T11:27:00.2119986Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-18T11:27:00.2385849Z Previous HEAD position was f8420cf7f2 Merge 71165e3540295d7b7b9af98d6e1a06163261b0cc into d0d123ddd18ea33e10f4494ba490d4aa3958c22a
2026-09-18T11:27:00.2396662Z Switched to a new branch 'main'
2026-09-18T11:27:00.2397131Z branch 'main' set up to track 'origin/main'.
2026-09-18T11:27:00.2408034Z ##[endgroup]
2026-09-18T11:27:00.2453732Z [command]/usr/bin/git log -1 --format=%H
2026-09-18T11:27:00.2482288Z 71165e3540295d7b7b9af98d6e1a06163261b0cc
